ReactiveShell.OnBindingContextChanged() method¶
Defined in
Type: ReactiveShellReactiveUI.XamForms
Assembly: ReactiveUI.XamForms.dll
Applies to
netstandard2.0
protected override void OnBindingContextChanged()
Inherited documentation
These docs were inherited from Shell. The member doesn't override them on this type.
Summary: Developers may override this method to customize behavior in response to the binding context changing.
Remarks
Developers should call base.OnBindingContextChanged() at the beginning of their overriding method.